All Packages Class Hierarchy This Package Previous Next Index
NSTextStorage
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- textStorageDidProcessEditing:
Objective-C instance method
implemented by delegates of the TextStorage
class
(known as the NSTextStorage
Objective-C class).
- textStorageWillProcessEditing:
Objective-C instance method
implemented by delegates of the TextStorage
class
(known as the NSTextStorage
Objective-C class).
public abstract void textStorageWillProcessEditing(Notification notification)
- textStorageWillProcessEditing:
Objective-C instance method
implemented by delegates of the TextStorage
class
(known as the NSTextStorage
Objective-C class).
public abstract void textStorageDidProcessEditing(Notification notification)
- textStorageDidProcessEditing:
Objective-C instance method
implemented by delegates of the TextStorage
class
(known as the NSTextStorage
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index